:root {
    --primary: #2986fe;
    --white: #fff;
    --yellow: rgba(235, 213, 12, 1);
}

/* head */
@font-face {
    font-family: MondayRain;
    src: url("../../webfonts/DINNEXT/DINNextLTArabic-Regular-4.ttf");
    font-weight: normal;
    font-style: normal;
    /* إعداد font-display */
    font-display: swap; /* يتيح للنص أن يظهر بسرعة ومن ثم يتم تحميل الخط */
}

/*  text */
@font-face {
    font-family: Hacen;
    src: url("../../webfonts/Hacen-Algeria-Hd.ttf");
    font-weight: normal;
    font-style: normal;
    /* إعداد font-display */
    font-display: swap; /* يتيح للنص أن يظهر بسرعة ومن ثم يتم تحميل الخط */
}

@font-face {
    font-family: "Lora";
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url("../../webfonts/Lora-BoldItalic.woff2") format("woff2");
}

*,
a,
button {
    font-family: Hacen;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: MondayRain; */
    font-family: "Lora";
    text-transform: capitalize !important;
}

a,
button {
    text-decoration: none;
    text-transform: capitalize !important;
    font-weight: normal !important;
}

ul {
    padding: 0 !important;
}

ul li {
    list-style-type: none;
}

nav.navbar {
    background-color: var(--primary);
    position: fixed;
    top: -1px;
    left: 0;
    z-index: 1000;
    width: 100%;
}

nav.navbar::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 15px;
    background: #000;
    bottom: -15px;
    left: 0;
    z-index: 10;
}

.navbar .active {
    color: var(--yellow) !important;
}

nav.navbar::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: var(--white);
    bottom: -10px;
    left: 0;
    z-index: 11;
}

.navbar-expand-lg .navbar-nav {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

nav .logo {
    padding: 0.5rem;
    height: 50px;
    /* aspect-ratio: 1/1; */
    object-fit: contain;
    z-index: 10;
    background: rgb(255 255 255 / 70%);
    border-radius: 4px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: var(--white);
    /* font-weight: bold; */
    transition: 0.5s;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: var(--yellow);
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    transition: 0.5s;
}

.nav-item.dropdown:hover .dropdown-menu.language {
    display: block;
    left: auto;
    right: -50%;
    background: var(--primary);
    padding: 12px !important;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    left: auto;
    /* right: -50%; */
    background: var(--white);
    width: max-content;
}

a.nav-link.btn.btn-primary.bg-white {
    color: var(--primary);
    padding: 3px 10px;
}
.nav-item.dropdown .dropdown-menu li {
    border-bottom: 1px solid #e8e8e8;
}

@media (min-width: 320px) and (max-width: 767px) {
    .nav-item.dropdown:hover .dropdown-menu {
        border: none;
    }
}

/*  */
/* breadcrumb */
.breadcrumb {
    position: relative;
}

.breadcrumb::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 25%;
    top: 0;
    left: 0;
    background: #333;
    transform: translate(0, 150%);
    z-index: -1;
}

.breadcrumb .breadcrumb-img {
    width: 80px;
    height: 80px;
    background: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 50% 50% 0;
    position: relative;
}

.breadcrumb .breadcrumb-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #333333;
    border-radius: 0 50% 50% 0;
    z-index: 2;
}

.breadcrumb .breadcrumb-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 12px;
    background: var(--white);
    border-radius: 0 50% 50% 0;
    z-index: 1;
}

.breadcrumb .breadcrumb-head {
    background: #6da8f4;
    border-radius: 0 50px 50px 0;
    position: relative;
}

.breadcrumb .breadcrumb-head::after {
    position: absolute;
    content: "";
    width: 120%;
    height: 180%;
    background: var(--primary);
    top: 0;
    left: 0;
    z-index: -18;
    transform: translate(-8%, -20%);
    border-radius: 0 100px 100px 0;
}

.breadcrumb .breadcrumb-head::before {
    position: absolute;
    content: "";
    width: 110%;
    height: 140%;
    background: var(--white);
    top: 0;
    left: 0;
    transform: translate(-5%, -13%);
    z-index: -1;
    border-radius: 0 75px 75px 0;
}

.breadcrumb .breadcrumb-head .head {
    color: #ebd50c;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.breadcrumb-img-end {
    position: relative;
    background-color: var(--primary);
    display: flex;
    align-items: center;
    width: 80px;
    height: 80px;
    border-radius: 50% 0 0 50%;
}

.breadcrumb-img-end::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 12px;
    background: var(--white);
    border-radius: 50% 0 0 50%;
    z-index: -1;
}
@media (max-width: 767px) {
    .breadcrumb-img-end {
        display: none;
    }
    .breadcrumb .breadcrumb-head .head {
        -webkit-line-clamp: 2;
        display: -webkit-box;
        overflow-y: clip;
        -webkit-box-orient: vertical;
    }
}
.img-fluid {
        height: auto;
        max-width: 100%;
    }
/*  */
/* end breadcrumb */
/* Footer  */
.foot-content {
    padding-top: 200px;
    background-image: url(../../img/footer.webp);
    background-position: center;
    background-size: 100% 100%;
    overflow: hidden;
}

.foot-content .foot-title .foot-logo {
    width: 50%;
    margin-right: 10px;
}

.foot-content .foot-title .title {
    color: var(--primary);
    padding-left: 10px;
    border-left: 2px solid var(--primary);
}

.foot-content .foot-title p {
    padding-bottom: 10px;
}

.foot-content .foot-title .info::after {
    content: "";
    width: 80%;
    height: 2px;
    position: absolute;
    bottom: 0px;
    left: 0;
    background-color: var(--primary);
}

.foot-content .foot-title i {
    font-size: 15px;
    font-weight: bold;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
}
.foot-content .foot-title i.fa-whatsapp {
    color: #fff;
    background-color: #25d366 !important;
}

.foot-content .foot-title i.fa-facebook-f {
    color: #fff;
    background-color: #4267b2 !important;
}

.foot-content .youtube {
    color: #fff;
    background-color: #cd201f !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.foot-content .foot-title i.fa-twitter {
    color: #fff;
    background-color: #00acee !important;
}

.foot-content .foot-title i.fa-instagram {
    color: #fff;
    background: radial-gradient(
        circle at 30% 107%,
        #fdf497 0%,
        #fdf497 5%,
        #fd5949 45%,
        #d6249f 60%,
        #285aeb 90%
    );
}

.foot-content .foot-title i.fa-linkedin-in {
    color: #fff;
    background-color: #0072b1 !important;
}

.foot-content .line {
    margin-bottom: 20px;
    width: 150px;
    height: auto;
}

.foot-content .foot-links i,
.foot-content .foot-product i {
    margin-right: 10px;
    color: var(--primary);
}

.foot-content .foot-product li {
    margin-bottom: 25px;
}

.foot-content .foot-links li {
    margin-bottom: 15px;
}

.foot-content .foot-product li a,
.foot-content .foot-contact a,
.foot-content .foot-links li a {
    color: #000;
    transition: 0.5s;
}

.foot-content .foot-product li a:hover,
.foot-content .foot-contact a:hover,
.foot-content .foot-links li .active:hover,
.foot-content .foot-links li .active,
.foot-content .foot-links li a:hover {
    color: var(--primary);
}

.foot-content .foot-contact li {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.foot-content .foot-contact .conatact-us-list::after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -20px;
    left: 0;
    background-color: var(--primary);
}

.foot-content .foot-contact i {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    background-color: var(--primary);
    color: #fff;
    border-radius: 10px;
}

.foot-content .row .col-12:not(:first-child) {
    border-left: 2px solid #000;
    padding-left: 30px;
}

.foot-content .allRight {
    background-color: var(--primary);
    color: #fff;
    font-size: 20px;
}

.foot-content .allRight a {
    color: var(--yellow) !important;
}

ul.dropdown-menu.language {
    background-color: var(--white) !important;
    padding: 12px !important;
}

li.nav-item.dropdown {
    background-color: var(--primary) !important;
}

@media (min-width: 320px) and (max-width: 767px) {
    .foot-content {
        background-image: url(../../img/footer-sm.webp);
        background-size: cover;
        padding-top: 0px;
        border-top: 2px solid var(--primary);
    }
    .foot-content .row .col-12:not(:first-child) {
        border-right: 0px solid #000;
    }
    .foot-content .allRight p {
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .foot-content .row .col-12:not(:first-child) {
        padding-left: 10px;
    }

    .foot-content .foot-title .foot-logo {
        height: 100px;
    }

    .foot-content .foot-title .title {
        padding: 0 !important;
        font-size: 16px;
        border: 0;
        margin: 0 !important;
    }

    .foot-content .foot-title .logo {
        flex-direction: column;
        align-items: flex-start !important;
    }
}
.text-justify {
    text-align: justify;
}

.ribbon-wrapper.ribbon-lg {
    height: 120px;
    width: 120px;
}
.ribbon-wrapper {
    height: 70px;
    overflow: hidden;
    position: absolute;
    right: -2px;
    top: -2px;
    width: 70px;
    z-index: 10;
}
.ribbon-wrapper.ribbon-lg .ribbon {
    right: 0;
    top: 20px;
    width: 160px;
    background-color: var(--yellow);
    color: #000;
    /* font-size: 10px; */
    padding: 5px 40px;
    line-height: 1.4;
}

.ribbon-wrapper .ribbon {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    font-size: 0.8rem;
    line-height: 100%;
    padding: 0.375rem 0;
    position: relative;
    right: -2px;
    text-align: center;
    /* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4); */
    text-transform: uppercase;
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 90px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
}
.ribbon-wrapper .ribbon::before {
    left: 0;
}

.ribbon-wrapper .ribbon::after,
.ribbon-wrapper .ribbon::before {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #9e9e9e;
    bottom: -3px;
    content: "";
    position: absolute;
}
.ribbon-wrapper .ribbon::after {
    right: 0;
}

.dropdown-menu-2 {
    background: var(--white);
    /* padding: 12px !important; */
    text-align: start !important;
    display: none;
    transition: 0.5s;
}
li li {
    position: relative;
}
li li:hover .dropdown-menu-2 {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
    width: max-content;
    border-radius: 4px;
    /* border: 1px solid var(--primary); */
}

.product-count {
    color: var(--primary);
    background-color: #fff;
    border: 1px solid var(--primary);
    margin-right: 5px;
}
.nav-item.dropdown .dropdown-menu a {
    color: var(--primary);
    color: #333;
}
.info .height {
    height: 64px;
}
